This structure contains a list of QuickTime MIDI port structures.
struct QTMIDIPortList {
short portCount;
QTMIDIPort port[1];
};
typedef struct QTMIDIPortList QTMIDIPortList;
| Previous | Chapter Contents | Chapter Top | Next |